Resource StructureDefinition/FHIR Server from package Vital.MedikationsplanPlus#1.1.0 (46 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "1e61bcf0-44fd-484d-8c78-c0da912fadb4",
"meta" : {
"lastUpdated" : "2020-11-23T10:55:01.750+00:00"
},
"url" : "https://tx.gerontonet.org/fhir/StructureDefinition/MedikationsplanPlusObservationCreatinine",
"version" : "1.0.0",
"name" : "MedikationsplanPlusObservationCreatinine",
"status" : "active",
"date" : "2020-11-06T10:40:38.5713808+00:00",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "sct-concept",
"uri" : "http://snomed.info/conceptdomain",
"name" : "SNOMED CT Concept Domain Binding"
},
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
},
{
"identity" : "sct-attr",
"uri" : "http://snomed.org/attributebinding",
"name" : "SNOMED CT Attribute Binding"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation.id",
"path" : "Observation.id",
"mustSupport" : true
},
{
"id" : "Observation.meta",
"path" : "Observation.meta",
"mustSupport" : true
},
{
"id" : "Observation.meta.source",
"path" : "Observation.meta.source",
"max" : "0"
},
{
"id" : "Observation.meta.profile",
"path" : "Observation.meta.profile",
"mustSupport" : true
},
{
"id" : "Observation.language",
"path" : "Observation.language",
"mustSupport" : true
},
{
"id" : "Observation.basedOn",
"path" : "Observation.basedOn",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/CarePlan",
"http://hl7.org/fhir/StructureDefinition/DeviceRequest",
"http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation",
"http://hl7.org/fhir/StructureDefinition/MedicationRequest",
"http://hl7.org/fhir/StructureDefinition/NutritionOrder",
"http://hl7.org/fhir/StructureDefinition/ServiceRequest",
"ProcedureRequest",
"ReferralReques"
]
}
]
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"mustSupport" : true
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "open"
},
"mustSupport" : true
},
{
"id" : "Observation.code.coding:CreatinineCode",
"path" : "Observation.code.coding",
"sliceName" : "CreatinineCode",
"min" : 1,
"max" : "1"
},
{
"id" : "Observation.code.coding:CreatinineCode.system",
"path" : "Observation.code.coding.system",
"min" : 1,
"fixedUri" : "http://loinc.org",
"mustSupport" : true
},
{
"id" : "Observation.code.coding:CreatinineCode.code",
"path" : "Observation.code.coding.code",
"min" : 1,
"fixedCode" : "2160-0"
},
{
"id" : "Observation.code.coding:CreatinineCode.display",
"path" : "Observation.code.coding.display",
"mustSupport" : true
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://tx.gerontonet.org/fhir/StructureDefinition/MedikationsplanPlusPatient"
]
}
]
},
{
"id" : "Observation.subject.reference",
"path" : "Observation.subject.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.subject.type",
"path" : "Observation.subject.type",
"max" : "0"
},
{
"id" : "Observation.focus",
"path" : "Observation.focus",
"max" : "0"
},
{
"id" : "Observation.encounter",
"path" : "Observation.encounter",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Encounter",
"EpisodeOfCare"
]
}
]
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"type" : [
{
"code" : "dateTime"
},
{
"code" : "Period"
}
]
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"min" : 1,
"type" : [
{
"code" : "Quantity"
}
],
"mustSupport" : true
},
{
"id" : "Observation.value[x].value",
"path" : "Observation.value[x].value",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.value[x].unit",
"path" : "Observation.value[x].unit",
"min" : 1,
"fixedString" : "mg/dl",
"mustSupport" : true
},
{
"id" : "Observation.value[x].system",
"path" : "Observation.value[x].system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.value[x].code",
"path" : "Observation.value[x].code",
"min" : 1,
"fixedCode" : "mg/dl",
"mustSupport" : true
},
{
"id" : "Observation.interpretation",
"path" : "Observation.interpretation",
"max" : "1"
},
{
"id" : "Observation.note",
"path" : "Observation.note",
"max" : "1"
},
{
"id" : "Observation.bodySite",
"path" : "Observation.bodySite",
"max" : "0"
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"max" : "0"
},
{
"id" : "Observation.hasMember",
"path" : "Observation.hasMember",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Observation",
"http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse",
"http://hl7.org/fhir/StructureDefinition/MolecularSequence",
"Sequence"
]
}
]
},
{
"id" : "Observation.hasMember.identifier",
"path" : "Observation.hasMember.identifier",
"max" : "0"
},
{
"id" : "Observation.hasMember.display",
"path" : "Observation.hasMember.display",
"max" : "0"
},
{
"id" : "Observation.derivedFrom",
"path" : "Observation.derivedFrom",
"max" : "0"
},
{
"id" : "Observation.component",
"path" : "Observation.component",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.